JsObject

inline fun <T : Any> JsObject(block: T.() -> Unit = {}): T

Create a JavaScript object for the given interface.

Sources

js source
Link copied to clipboard